home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Roaster-Java-WA-HTTP-CGI hack / JavaWebStuff / Messages.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  220 b   |  13 lines  |  [TEXT/CWIE]

  1. #ifndef MESSAGES_H
  2. #define MESSAGES_H 1
  3.  
  4. #define CGIQ        'javC'
  5. #define SERVERQ        'javS'
  6. OSErr SetupQueues();
  7. OSErr MsgToQ(long qName, char *message, long len);
  8. char *MsgFromQ(long qName);
  9. void FlushQ(long qName);
  10.  
  11.  
  12. #endif
  13.